home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / TVED11.ZIP;1 / TVEDIT.DOC next >
Encoding:
Text File  |  1993-03-04  |  6.6 KB  |  140 lines

  1. TurboEdit
  2. A free multi-windowed text editor
  3. version 1.1
  4.  
  5. Copyright (c) 1993 by Thomas A. Lundin.
  6. portions Copyright (c) 1991 by Borland International Inc.
  7. ALL RIGHTS RESERVED.
  8.  
  9. ------------------------------------------------------------------------
  10. DISCLAIMER NOTICE:
  11. This program is offered as-is, without any expressed or implied
  12. warranties. YOU USE IT AT YOUR OWN RISK. I am not liable for
  13. damages, whether direct or consequential, as a result of your
  14. use or misuse of this program. I do not represent this program
  15. to be anything more than what it is: a very simple text editor. 
  16. I don't claim that it will do what you want it to do, or even that 
  17. it will work correctly in all cases.
  18. ------------------------------------------------------------------------
  19.  
  20. Revision History
  21. 3/3/93  1.0 - First release
  22. 3/4/93  1.1 - Added command-line file loading
  23.  
  24. ------------------------------------------------------------------------
  25.  
  26. What is TurboEdit?
  27.  
  28.      TurboEdit is a simple but useful FREE programming source code editor. 
  29. It allows multiple editing windows to be open simultaneously with full 
  30. resizing capabilities for each window. Mouse support is included, and block 
  31. operations can be performed using the mouse, or by Windows-compatible 
  32. keyboard operations. A straightforward search-and-replace capability is 
  33. also built in. Auto-indent is permanently enabled.
  34.  
  35.      Some special tools are provided in the editor. They are:
  36.  
  37.      1. An ASCII table.
  38.         Moving the cursor to a specific character in the table will display 
  39.         that character's hex and decimal code value. If you press any key 
  40.         while in the ASCII table (i.e., a normal key, control-key pair, or 
  41.         ALT-numeric sequence), your cursor will be placed on that character 
  42.         in the table, and its hex and decimal values displayed.
  43.  
  44.      2. A four-function calculator.
  45.         Selecting the calculator will bring up a four-function visual 
  46.         calculator for your computational convenience.
  47.  
  48.      3. A static time and date callout.
  49.         If you want to know what the time or date is, select the Time & 
  50.         Date function. A dialog box will appear with that information. 
  51.         NOTE: This box is _not_ programmed to continually update the time 
  52.         display. It is meant to offer a "glance at the clock" while you are 
  53.         editing.
  54.  
  55.      4. User-selectable color palettes.
  56.         The Color option allows you to change the color scheme of the 
  57.         program's various display items.
  58.  
  59.      Maximum editable file size is 64K. Maximum line length is somewhere in 
  60. the neighborhood of 900 characters. (If you're editing source code, you 
  61. _won't_ need a line length longer than this!)
  62.  
  63.      TurboEdit is written with Borland C++ version 3.1 and the Turbo Vision 
  64. for C++ Application Framework. Most of the code is taken straight from the 
  65. demo programs supplied with the AF.
  66.  
  67.      I put TurboEdit together because I think the world needs a FREE text 
  68. editor that basically "does the job". If you _can't_ live without macros, 
  69. multiple levels of UNDO, virtual file sizes or word wrap, then TurboEdit 
  70. isn't for you. If, on the other hand, you want an editing program that 
  71. performs most of the basic operations quite well, and you don't want to pay 
  72. anything for it, then here's your program. TurboEdit is no threat to BRIEF, 
  73. MULTI-EDIT, QEDIT or others of their ilk. It won't do any of the things 
  74. that make those editors valuable. It just edits or views text files of 
  75. average length with a minimum of fuss and bother. It's great for making 
  76. quick edits of your .BATch files or CONFIG.SYS files, or your Paradox PAL 
  77. source files. It makes a dandy freebie editor to give to your customers if 
  78. you're a consultant. (Product plug: TurboEdit provides a fine environment 
  79. to edit conversion tables for my SNR program. SNR is shareware that 
  80. performs multiple simultaneous search and replace operations on disk files. 
  81. Call me or leave me an e-mail message on Compuserve [70523,262] if you want 
  82. info regarding SNR.)
  83.  
  84. How To Use TurboEdit
  85.  
  86.      At your command prompt, type:
  87.      
  88.      C:>TVEDIT (enter)  -or-
  89.      
  90.      C:>TVEDIT [drive:\pathname\wildcard] [filename] [\pathname] ...
  91.      
  92.      The TurboEdit desktop will appear on the screen. If you have specified 
  93. filenames on the command line (including those with paths and wildcards), 
  94. those files will be loaded and displayed right away. The number of files 
  95. that can be loaded at one time is limited to the amount of free memory left 
  96. to the editor. Each window takes up a minimum of 7K or so (even when 
  97. empty), so you probably can't load more than a couple of dozen of small 
  98. text files at one time. The program will crash if you end up loading too 
  99. many files from a wildcard specification.
  100.  
  101.      The top menu bar is accessible by using the mouse, or by pressing 
  102. ALT+the letter highlighted in red. Some file operations are further 
  103. accessible through the special keys shown on the bottom of the screen.
  104.  
  105.      Since this program is free, I've chosen not to produce a user manual 
  106. or tutorial for it. If this program intrigues you at all, you probably 
  107. already know how to use it, since it follows most of the Windows 
  108. conventions for selecting text and for block operations. An example: 
  109. Pressing the SHIFT key plus an arrow key will select (and highlight) all 
  110. text that your cursor travels over. Pressing and holding the left mouse 
  111. button does the same thing.
  112.  
  113.      You can resize windows by clicking on the lower right corner of the 
  114. window and dragging it to a new size, or you can use the Windows|Size/Move 
  115. menu option and move and resize it with the keyboard. (Press the ENTER key 
  116. when you are done with a keyboard move/size.) To move a window with the 
  117. mouse, click on the top of the window's frame and drag it to a new 
  118. location.
  119.  
  120. Where To Contact The Author
  121.  
  122.      Thomas A. Lundin
  123.      16267 Hudson Avenue
  124.      Lakeville, MN 55044
  125.  
  126.      daytime phone (612) 588-7571
  127.  
  128.      Compuserve I.D. [70523,262]
  129.  
  130.      TurboEdit is free. You are not required to pay for it. You may copy 
  131. and distribute it freely. TurboEdit is not public-domain software, however. 
  132. I reserve the right to control subsequent releases of the software. (If you 
  133. _are_ moved to offer me monetary compensations for the program, $10 is 
  134. suitable.) I don't have the available time to make any requested changes to 
  135. this program, so I offer it on an AS-IS basis. If the fancy strikes me, I 
  136. may on occasion add some other embellishment to it.
  137.  
  138. I hope you enjoy TurboEdit. Please check out some of my other shareware 
  139. products if you get a chance.
  140.